Skip to content

Update compose.yaml #1364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release/next
Choose a base branch
from
Open

Update compose.yaml #1364

wants to merge 1 commit into from

Conversation

Niyasp
Copy link

@Niyasp Niyasp commented Aug 12, 2025

getting port conflict on my system

Copy link

what-the-diff bot commented Aug 12, 2025

PR Summary

  • Rearranged Port Allocation for app Service
    The mapping for the application service been updated, which effectively changes the route through which the service communicates. The old route was "80:8000", and it has been altered to "8081:8005". This does not affect the SSL encrypted connections because "443:8443" stays the same.

  • Changed Port Mapping for db Service
    The port mapping for the database service has also been revised. Previously operating through "3306:3306", the service will now use "3307:3306". The adjustment helps to improve efficiency and to avoid potential clashes with other services.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant